NavigationCameraTransition

interface NavigationCameraTransition

Helper interface to provide camera transition animations.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
transitionFromHighZoomToLowZoom
Link copied to clipboard
abstract fun transitionFromHighZoomToLowZoom(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
This transition moves the camera from zoomed in to zoomed out.
transitionFromLowZoomToHighZoom
Link copied to clipboard
abstract fun transitionFromLowZoomToHighZoom(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
This transition moves the camera from a zoomed out level to a zoomed in level.
transitionLinear
Link copied to clipboard
abstract fun transitionLinear(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
This transition is for use in frequently animating between points on a map.

Inheritors

MapboxNavigationCameraTransition
Link copied to clipboard